home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Mac 13
/
the-mac-13.iso
/
On The Rom
/
100 Best Mac CD-ROMs Selection
/
The Treasure Hunt
/
THGB.Dxr
/
00052.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-09-16
|
356 b
|
19 lines
on exitFrame
global text
if the soundBusy of 1 then
go(the frame)
else
puppetSound(0)
if chapter then
set the volume of sound 1 to 256
set the volume of sound 2 to 256
go("story" & text, "THAtitle")
else
if bedtime then
set bedtime to bedtime + 1
go("THH")
end if
end if
end if
end